@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;background-color: #fff;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;-webkit-font-smoothing: antialiased;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;vertical-align: top;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
input[type="submit"]{cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为radio和checkbox*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #aaa;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
/*常用宽度*/
.w1840{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1840px;}
.w1500{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1500px;}
.w1440{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1440px;}
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1366{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1366px;}
.w1340{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1340px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1140{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1140px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran2000{-webkit-transition:all 2s linear; -moz-transition:all 2s linear; -ms-transition:all 2s linear; transition:all 2s linear;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s linear;}

/*常用浮动*/
.fl{float: left;}
.fr{float: right;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.scaleimg:hover .pic em,
.scaleimg:hover .pic img,
.scaleimg:hover .pic .bgStyle{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.rArrow,.lArrow,.tArrow,.bArrow{position: relative;}
.rArrow:before,
.lArrow:before,
.tArrow:before,
.bArrow:before{content: "";width: 9px;height: 9px;border-left: 1px solid #646464;border-bottom: 1px solid #646464;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -5px;}
.rArrow:hover,
.lArrow:hover,
.tArrow:hover,
.bArrow:hover:before{border-color: #133886;}

.rArrow:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.lArrow:before{-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}

.tArrow:before{-webkit-transform: rotateZ(135deg); -moz-transform: rotateZ(135deg); -ms-transform: rotateZ(135deg); transform: rotateZ(135deg);}
.bArrow:before{-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}


/*按钮区通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{position: relative;display: inline-block;vertical-align: top;box-sizing: border-box;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 15px;line-height: 34px;color: #000;cursor: pointer;transition: 0.3s;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn .arrow{position: relative;display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em 0 0 6px;transition: 0.3s;}
.btns-area .btn .arrow:before{content: "";position: absolute;left: 0;right: 0;top: 50%;height: 1px;background-color: currentColor;transform: translateY(-50%);}
.btns-area .btn .arrow:after{content: "";position: absolute;left: 50%;top: 50%;width: 40%;height: 40%;border-top: 1px solid currentColor;border-right: 1px solid currentColor;transform: translate(0,-50%) rotate(45deg);}
.btns-area .btn:hover .arrow{transform: translateX(5px);}
/*自定义单选框input[type="radio"]样式*/
.custom-input label{display: inline-block;cursor: pointer;}
.custom-input input[type="radio"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="radio"] + em{position: relative;display: inline-block;width: 16px;height: 16px;margin: -2px 4px 0 0;background-color: #fff;border: 1px solid #999;border-radius: 50%;vertical-align: middle;cursor: pointer;}
.custom-input input[type="radio"] + em:before{content: '';position: absolute;left: 50%;top: 50%;width: 6px;height: 6px;border-radius: 50%;transform: translate(-50%,-50%);}
.custom-input input[type="radio"]:checked + em{background-color: #D7030F;border-color: #D7030F;}
.custom-input input[type="radio"]:checked + em:before{background-color: #fff;}
.custom-input input[type="radio"] + em:hover{border-color: #D7030F;}
/*自定义多选框input[type="checkbox"]样式*/
.custom-input input[type="checkbox"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="checkbox"] + em{position: relative;display: inline-block;width: 16px;height: 16px;margin: -2px 4px 0 0;background-color: #fff;border: 1px solid #999;vertical-align: middle;cursor: pointer;}
.custom-input input[type="checkbox"] + em:before{content: '';position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBwdCIgaGVpZ2h0PSIxMHB0IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjg1IiBkPSJNNC4zMSA2Ljc2QzUuNjEgNC4xNCA3LjE3IDEuNTkgOS43Mi4wMUwxMCAzLjN2LjMxQzcuNzcgNS40NSA1Ljk4IDcuNzIgNC4yMyAxMGgtLjE2QzIuODkgOC44MiAxLjg1IDYuOTMgMCA2Ljgydi0uNTNjLjU5LS40MSAxLjc4LTEuMjMgMi4zNy0xLjY0LjY1LjcgMS4yOSAxLjQxIDEuOTQgMi4xMXoiLz48L3N2Zz4=");background-size: 100% 100%;transform: translate(-50%,-50%);}
.custom-input input[type="checkbox"]:checked + em{background-color: #D7030F;border-color: #D7030F;}
.custom-input input[type="checkbox"]:checked + em:before{background-color: #D7030F;}
.custom-input input[type="checkbox"] + em:hover{border-color: #D7030F;}
/*自定义表单通用样式*/
.custom-form{font-size: 0;}
.custom-form *{box-sizing: border-box;}
.custom-form .main-title{font-size: 18px;line-height: 40px;text-align: center;overflow: hidden;}
.custom-form .main-title span{position: relative;display: inline-block;color: #D7030F;}
.custom-form .main-title span:before{content: '';position: absolute;right: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .main-title span:after{content: '';position: absolute;left: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .sub-title{height: 40px;margin-bottom: 20px;border-bottom: 1px solid #ddd;line-height: 40px;}
.custom-form .sub-title span{float: left;height: 40px;padding: 0 10px;border-bottom: 1px solid #D7030F;font-size: 14px;color: #D7030F;}
.custom-form .sub-title em{font-size: 14px;color: #f00;}
.custom-form .row{margin-bottom: 20px;font-size: 14px;}
.custom-form .row .item{display: inline-block;vertical-align: top;width: 100%;}
.custom-form .row .item.w50{width: 50%;}
.custom-form .row .item.w33{width: 33%;}
.custom-form .row .name{float: left;width: 6em;padding: 10px 1em;line-height: 16px;text-align: right;font-weight: bold;}
.custom-form .row .name i{position: absolute;margin-left: -0.6em;color: #f00;}
.custom-form .row .info-content{margin-left: 6em;}
.custom-form input{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;}
.custom-form input:focus{border-color: #D7030F;}
.custom-form textarea{vertical-align: top;width: 100%;height: 100px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.custom-form textarea:focus{border-color: #D7030F;}
.custom-form select{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;outline: none;}
.custom-form select:focus{border-color: #D7030F;}
.custom-form .choice-area{padding: 10px 0;line-height: 16px;}
.custom-form .choice-area label{display: inline-block;vertical-align: top;margin: 0 10px 5px 0;cursor: pointer;}
.custom-form .choice-area label input[type=radio]{appearance: radio;-webkit-appearance: radio;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label input[type=checkbox]{appearance: checkbox;-webkit-appearance: checkbox;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label span{margin-left: 3px;}
.custom-form .yzm-area{position: relative;width: 300px;padding-right: 100px;}
.custom-form .yzm-area input[type="text"]{width: 100%;}
.custom-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 100px;height: 100%;background-color: #ddd;border-radius: 4px;text-align: center;line-height: 36px;}
.custom-form .yzm-area .btn img{width: 100%;height: 100%;}
.custom-form .btns-area{margin-top: 20px;}
.custom-form .btns-area .btn{width: 40%;font-size: 14px;}
/*自定义select*/
.custom-select{z-index: 1;position: relative;width: 100%;max-width: 200px;}
.custom-select *{box-sizing: border-box;}
.custom-select .name{position: relative;height: 40px;padding: 0 30px 0 20px;background-color: #fff;border: 1px solid #999;color: #333;line-height: 38px;cursor: pointer;user-select: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.custom-select .name:after{content: '';position: absolute;right: 10px;top: 50%;width: 6px;height: 6px;border-right: 1px solid #999;border-bottom: 1px solid #999;transform: rotate(45deg) translate(-50%,-50%);}
.custom-select .list{display: none;position: absolute;left: 0;width: 100%;max-height: 150px;background-color: #fff;overflow-y: auto;box-shadow: 0 0 6px rgba(0,0,0,.2);overscroll-behavior: contain;}
.custom-select .list li a{display: block;padding: 10px 20px;border: 1px solid #eee;border-bottom: 0;font-size: 13px;line-height: 16px;transition: 0.3s;}
.custom-select .list li a:hover{background-color: #D7030F;color: #fff;}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-title{background: #333;color: #fff;}
body .custom-skin .layui-layer-setwin .layui-layer-close1{filter: brightness(100);}
body .custom-skin .layui-layer-setwin .layui-layer-close1:hover{opacity: 1;}
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -40px;top: -50px;background-image: none;border-radius: 50%;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: '';position: absolute;width: 30px;height: 30px;background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05MjQuMyAzMzcuOGMtMjIuNS01My4zLTU0LjgtMTAxLjEtOTUuOS0xNDIuMi00MS4xLTQxLjEtODguOS03My4zLTE0Mi4yLTk1LjlDNjMxIDc2LjQgNTcyLjQgNjQuNSA1MTIgNjQuNWMtNjAuNCAwLTExOSAxMS44LTE3NC4yIDM1LjItNTMuMyAyMi41LTEwMS4xIDU0LjgtMTQyLjIgOTUuOXMtNzMuMyA4OC45LTk1LjkgMTQyLjJDNzYuNCAzOTMgNjQuNSA0NTEuNiA2NC41IDUxMmMwIDYwLjQgMTEuOCAxMTkgMzUuMiAxNzQuMiAyMi41IDUzLjMgNTQuOCAxMDEuMSA5NS45IDE0Mi4yIDQxLjEgNDEuMSA4OC45IDczLjMgMTQyLjIgOTUuOSA1NS4yIDIzLjMgMTEzLjggMzUuMiAxNzQuMiAzNS4yIDYwLjQgMCAxMTktMTEuOCAxNzQuMi0zNS4yIDUzLjMtMjIuNSAxMDEuMS01NC44IDE0Mi4yLTk1LjkgNDEuMS00MS4xIDczLjMtODguOSA5NS45LTE0Mi4yIDIzLjMtNTUuMiAzNS4yLTExMy44IDM1LjItMTc0LjIgMC02MC40LTExLjktMTE5LTM1LjItMTc0LjJ6TTUxMiA5MTkuNWMtMjI0LjcgMC00MDcuNS0xODIuOC00MDcuNS00MDcuNVMyODcuMyAxMDQuNSA1MTIgMTA0LjUgOTE5LjUgMjg3LjMgOTE5LjUgNTEyIDczNi43IDkxOS41IDUxMiA5MTkuNXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNjg1LjIgMzM4LjhjLTcuOC03LjgtMjAuNS03LjgtMjguMyAwTDUxMiA0ODMuNyAzNjcuMSAzMzguOGMtNy44LTcuOC0yMC41LTcuOC0yOC4zIDAtNy44IDcuOC03LjggMjAuNSAwIDI4LjNMNDgzLjcgNTEyIDMzOC44IDY1Ni45Yy03LjggNy44LTcuOCAyMC41IDAgMjguMyAzLjkgMy45IDkgNS45IDE0LjEgNS45czEwLjItMiAxNC4xLTUuOWwxNDUtMTQ0LjkgMTQ0LjkgMTQ0LjljMy45IDMuOSA5IDUuOSAxNC4xIDUuOXMxMC4yLTIgMTQuMS01LjljNy44LTcuOCA3LjgtMjAuNSAwLTI4LjNMNTQwLjMgNTEybDE0NC45LTE0NWM3LjgtNy44IDcuOC0yMC40IDAtMjguMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');background-size: 100% 100%;}
body .custom-skin .layui-layer-btn .layui-layer-btn0{background-color: #D7030F;border-color: #D7030F;color: #fff;}
body .custom-skin .layui-layer-resize{display: none;}
/*按钮背景动效*/
.ani-btn{z-index: 1;position: relative;overflow: hidden;}
.ani-btn:after{content: '';z-index: -1;position: absolute;left: 30%;top: 100%;width: 40px;height: 40px;border-radius: 50%;background-color: #c80000;transform: translate(-50%,-50%) scale(0);}
.ani-btn:hover{border-color: #c80000!important;color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn:hover:after{transform: translate(-50%,-50%) scale(10);transition: 1s ease-in-out;}
/*按钮背景动效2*/
.ani-btn2{z-index: 1;position: relative;overflow: hidden;}
.ani-btn2:after{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #c80000;transform: skew(50deg) scaleX(0);transform-origin: left bottom;}
.ani-btn2:hover{background-color: rgba(255,255,255,0);border-color: #c80000!important;color: #fff!important;transition: 0.5s ease-in;}
.ani-btn2:hover:after{transform: skew(50deg) scaleX(1.5);transition: 0.5s ease-in;}
/*分享栏*/
/* .share-wrap{font-size: 0;}
.share-wrap .pre{display: inline-block;vertical-align: bottom;font-size: 14px;line-height: 32px;color: #666;}
.share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 32px;height: 32px;margin-left: 10px;background-color: #fff;border: 1px solid #fff;border-radius: 50%;cursor: pointer;}
.share-wrap .item:first-child{margin-left: 0;}
.share-wrap .item .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 20px;height: 20px;margin: auto;} */
/*弹窗-视频*/
.popup-video{display: none;z-index: 2;position: fixed;left: 50%;top: 50%;width: 90%;max-width: 1000px;transform: translate(-50%,-50%);}
.popup-video .close-btn{z-index: 1;position: absolute;right: 0;top: 0;width: 40px;height: 40px;background-color: #0091db;font-size: 40px;text-align: center;line-height: 32px;color: #fff;cursor: pointer;}
.popup-video video{width: 100%;}
.video-js{position: static;width: 100%;height: auto;padding-top: 56.3%;}
.video-js .vjs-big-play-button{display: none;}
/*自定义a标签hover效果*/
a[data-hover='wave']:hover{background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 4"%3E%3Cpath fill="none" stroke="%23ffffff" d="M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3"/%3E%3C/svg%3E') 0 100% repeat-x;background-size: 20px auto;animation: waveMove 1s infinite linear;}
@keyframes waveMove{
	from{background-position: 0 100%;}
	to{background-position: -20px 100%;}
}


/*header*/
header{z-index: 3;position: fixed;left: 0;right: 0;top: 0;height: 120px;background-color: rgba(255,255,255,.8);transition: 0.5s;}
/*logo*/
header .logo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
header .logo img{display: block;max-width: 620px;max-height: 80px;transition: 0.5s;}
/*移动端导航按钮*/
header .menu-btn{display: none;z-index: 1;position: absolute;right: 0;top: 50%;width: 20px;height: 18px;cursor: pointer;transform: translateY(-50%);}
header .menu-btn span{display: block;height: 2px;background-color: #000;transition: 0.3s;}
header .menu-btn span:nth-child(2){margin: 6px 0;}
/*导航*/
.nav-box{position: absolute;right: 165px;bottom: 0;transition: 0.5s;}
.nav-box .nav-1st{}
.nav-box .nav-1st > li{position: relative;float: left;margin: 0 20px;transition: 0.5s;}
.nav-box .nav-1st > li:first-child{margin-left: 0;}
.nav-box .nav-1st > li:last-child{margin-right: 0;}
.nav-box .nav-1st > li > a{position: relative;display: block;font-size: 18px;line-height: 120px;font-weight: bold;transition: 0.3s;}
.nav-box .nav-1st > li > a:after{content: '';position: absolute;left: 0;right: 0;top: calc(50% + 1em);height: 2px;background-color: #D7030F;transform: scaleX(0);transition: 0.5s;}
.nav-box .nav-1st > li:hover > a:after{transform: scaleX(1);}
.nav-box .nav-1st > li.on > a{color: #D7030F;}
.nav-box .nav-1st > li.on > a:after{transform: scaleX(1);}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 140px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{position: relative;}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;}
.nav-box .nav-2nd > li > a:before{content: '';position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #D7030F;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}
.nav-box .nav-3rd{position: absolute;left: 100%;top: -8px;width: 140px;padding: 8px 0;background-color: rgba(0,0,0,.5);border-radius: 5px;transform: translateY(10px);opacity: 0;visibility: hidden;transition: 0.3s;}
.nav-box .nav-3rd > li{}
.nav-box .nav-3rd > li > a{display: block;padding: 10px;font-size: 14px;line-height: 16px;text-align: center;}
.nav-box .nav-3rd > li > a:hover{background-color: #D7030F;}
.nav-box .nav-2nd > li:hover > a{background-color: #D7030F;}
.nav-box .nav-2nd > li:hover .nav-3rd{transform: translateY(0);opacity: 1;visibility: visible;}
/*搜索按钮*/
header .search-btn{position: absolute;right: 0;top: 50%;width: 24px;height: 24px;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS42NjcgMGM1LjMzOCAwIDkuNjY2IDQuMzI4IDkuNjY2IDkuNjY3IDAgMi4zMDktLjgxIDQuNDI5LTIuMTYgNi4wOTFsNi41MzQgNi41MzVhMSAxIDAgMCAxLTEuMzAyIDEuNTFsLS4xMTItLjA5Ni02LjUzNS02LjUzNGE5LjYyNiA5LjYyNiAwIDAgMS02LjA5MSAyLjE2QzQuMzI3IDE5LjMzMyAwIDE1LjAwNSAwIDkuNjY3IDAgNC4zMjcgNC4zMjggMCA5LjY2NyAwem0wIDJhNy42NjcgNy42NjcgMCAxIDAgMCAxNS4zMzNBNy42NjcgNy42NjcgMCAwIDAgOS42NjcgMnoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');background-size: 100% 100%;cursor: pointer;transform: translateY(-50%);transition: 0.5s;}
/*弹窗内容-搜索栏*/
.popup-search-wrap{position: absolute;left: 50%;top: 50%;width: 80%;transform: translate(-50%,-50%);}
.popup-search-wrap .text-input{box-sizing: border-box;width: 100%;height: 40px;padding: 0 50px 0 10px;border: 1px solid #eee;}
.popup-search-wrap .sub-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;background: #D7030F url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05NDEuNiA4NzRMNzYzLjcgNjk2LjFjMjAuNi0yNi43IDM3LjYtNTUuOSA1MC44LTg3LjIgMjAuMy00OC4zIDMwLjYtOTkuNiAzMC42LTE1Mi40cy0xMC4zLTEwNC4xLTMwLjYtMTUyLjRjLTE5LjYtNDYuNi00Ny43LTg4LjUtODMuNS0xMjQuNXMtNzcuNS02NC4yLTEyMy45LTg0QzU1OSA3NS4zIDUwNy45IDY0LjkgNDU1LjMgNjQuOVMzNTEuNiA3NS4zIDMwMy41IDk1LjhjLTQ2LjQgMTkuNy04OC4xIDQ4LTEyMy45IDg0LTM1LjggMzYtNjMuOSA3Ny44LTgzLjUgMTI0LjUtMjAuMyA0OC4zLTMwLjYgOTkuNi0zMC42IDE1Mi40czEwLjMgMTA0LjEgMzAuNiAxNTIuNGMxOS42IDQ2LjYgNDcuNyA4OC41IDgzLjUgMTI0LjVzNzcuNSA2NC4yIDEyMy45IDg0YzQ4LjEgMjAuNSA5OS4yIDMwLjggMTUxLjggMzAuOFM1NTkgODM4IDYwNy4xIDgxNy42YzMxLjctMTMuNSA2MS4yLTMwLjkgODguMS01MmwxNzcuNiAxNzcuNmMxOC45IDE4LjkgNDkuOSAxOC45IDY4LjkgMCAxOC45LTE5LjMgMTguOS01MC4zLS4xLTY5LjJ6TTQ1NS4zIDc2OC4zYy0xNzAuOSAwLTMxMC0xMzkuOC0zMTAtMzExLjdzMTM5LTMxMS43IDMxMC0zMTEuN2MxNzAuOSAwIDMxMCAxMzkuOCAzMTAgMzExLjdzLTEzOS4xIDMxMS43LTMxMCAzMTEuN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=') center no-repeat;background-size: 20px 20px;}
/*功能栏*/
header .func-wrap{position: absolute;right: 60px;top: 50%;transform: translateY(-50%);padding-left: 40px;/* border-left: 1px solid #666; */transition: 0.5s;font-size: 16px;color: #333;}
header .func-wrap a:hover{color: #D7030F;}
header .func-wrap .item{position: relative;display: inline-block;vertical-align: top;margin-left: 20px;cursor: pointer;}
header .func-wrap .item:first-child{margin-left: 0;}
header .func-wrap .item .icon{display: inline-block;vertical-align: top;width: 24px;height: 24px;background-size: 100% 100%;}
/*语言选择*/
header .lang-select{z-index: 1;position: relative;}
header .lang-select .icon{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNSAwQzE5LjQwNCAwIDI1IDUuNTk2IDI1IDEyLjVTMTkuNDA0IDI1IDEyLjUgMjUgMCAxOS40MDQgMCAxMi41IDUuNTk2IDAgMTIuNSAwem0zLjY3MyAxOC4xMjRIOC44MjdjLjgxNSAzLjAxNyAyLjIzMSA1LjAwMSAzLjY3MyA1LjAwMSAxLjQ0MiAwIDIuODU4LTEuOTg0IDMuNjczLTUuMDAxem0tOS4yODcgMEgzLjQ4NEExMC42NjMgMTAuNjYzIDAgMCAwIDguNiAyMi4zODdjLS42NTMtMS4wMjUtMS4xOTItMi4zMDctMS41ODgtMy43NjlsLS4xMjctLjQ5NHptMTQuNjMgMGgtMy40MDJjLS40MDUgMS42NjctLjk5IDMuMTI0LTEuNzE2IDQuMjYzYTEwLjY1OSAxMC42NTkgMCAwIDAgNC44ODctMy45MDhsLjIzMS0uMzU1ek02LjM2OCAxMEgyLjE3bC0uMDA2LjAyMWMtLjE5Ljc5NS0uMjkgMS42MjUtLjI5IDIuNDc5IDAgMS4zMi4yNCAyLjU4NC42OCAzLjc1aDMuOTY2YTI1LjM3MSAyNS4zNzEgMCAwIDEtLjI3Mi0zLjc1YzAtLjg1NS4wNC0xLjY5MS4xMTktMi41em0xMC4zNzggMEg4LjI1NGMtLjA4NS44LS4xMyAxLjYzNy0uMTMgMi41IDAgMS4zMjQuMTA3IDIuNTg3LjMgMy43NWg4LjE1M2MuMTkyLTEuMTYzLjMtMi40MjYuMy0zLjc1IDAtLjg2My0uMDQ2LTEuNy0uMTMxLTIuNXptNi4wODMtLjAwMWgtNC4xOTdjLjA3OC44MS4xMTkgMS42NDYuMTE5IDIuNTAxIDAgMS4zMDMtLjA5NCAyLjU2My0uMjcyIDMuNzVoMy45NjZjLjQ0LTEuMTY2LjY4LTIuNDMuNjgtMy43NSAwLS44NjItLjEwMi0xLjctLjI5Ni0yLjUwMXpNOC42MDIgMi42MTNsLS4wMjkuMDFhMTAuNjYzIDEwLjY2MyAwIDAgMC01Ljc1OSA1LjUwMmgzLjgxYy4zOTEtMi4xOSAxLjA3NS00LjA5NyAxLjk3OC01LjUxMnptMy44OTgtLjczOGwtLjE0NS4wMDZjLTEuNTgxLjE0NS0zLjEwOSAyLjY0Ny0zLjgxOCA2LjI0NGg3LjkyNmMtLjcwNy0zLjU4Ny0yLjIyOC02LjA4NS0zLjgwNS02LjI0MmwtLjE1OC0uMDA4em0zLjkuNzM4bC4xMzMuMjE4Yy44MzYgMS4zOSAxLjQ3MSAzLjIxNSAxLjg0MyA1LjI5NWgzLjgxYTEwLjY2NSAxMC42NjUgMCAwIDAtNS40MjMtNS4zNjFsLS4zNjQtLjE1MnoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');}
header .lang-select .list{position: absolute;left: 50%;top: 100%;min-width: 80px;padding: 5px 0;background-color: rgba(0,0,0,.5);border-radius: 4px;transform: translateX(-50%);visibility: hidden;opacity: 0;margin-top: 10px;transition: 0.3s ease-out;}
header .lang-select .list li a{display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;transition: 0.3s;}
header .lang-select .list li a:hover{color: #D7030F;}
header .lang-select:hover .list{visibility: visible;opacity: 1;margin-top: 0;}
/*头部-页面滚动样式*/
header.fixed{height: 80px;background-color: #fff;box-shadow: 0 2px 8px rgba(0,0,0,.1);}
header.fixed .logo img{max-width: 400px;max-height: 50px;}
header.fixed .nav-box .nav-1st > li > a{line-height: 80px;}

/*footer*/
footer{position: relative;background: #333 url(../images/footer_bg.jpg) left bottom no-repeat;background-size: cover;border-top: 3px solid #D7030F;}
footer .top{overflow: hidden;padding: 35px 0;border-bottom: 1px solid rgba(255,255,255,.2);}
footer .bottom{position: relative;padding: 50px 0;}
/*底部logo*/
footer .logo{float: left;}
footer .logo img{display: block;max-width: 430px;max-height: 50px;filter: brightness(0) invert(1);}
/*底部导航*/
footer .nav-1st{float: right;margin-top: 15px;}
footer .nav-1st > li{float: left;margin-left: 40px;}
footer .nav-1st > li:first-child{margin-left: 0;}
footer .nav-1st > li > a{display: block;font-size: 16px;line-height: 20px;color: #fff;transition: 0.3s;}
footer .nav-1st > li > a:hover{transform: translateY(-5px);}
/*版权*/
footer .cr{margin-right: 50%;font-size: 14px;line-height: 20px;color: #fff;}
footer .cr p{margin: 10px 0;}
footer .cr span{display: inline-block;vertical-align: top;padding: 0 1em;border-left: 1px solid #fff;line-height: 14px;word-break: keep-all;}
footer .cr p span:first-child{padding-left: 0;border-left: 0;}
footer .cr a{color: #fff;}
footer .cr a:hover{text-decoration: underline;}
/*二维码*/
footer .qrcode{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
footer .qrcode .pic{display: block;width: 80px;height: 80px;}
footer .qrcode .tit{margin-top: 10px;text-align: center;line-height: 20px;color: #fff;}
/*友情链接*/
footer .friend-link{position: absolute;left: 55%;top: 50%;transform: translateY(-50%);}
footer .friend-link .name{height: 36px;line-height: 34px;color: #999;}
/*平台链接*/
footer .platform-link{position: absolute;right: 120px;top: 50%;transform: translateY(-50%);}
footer .platform-link img{max-width: 260px;max-height: 36px;}


/*中屏PC:<=1840px*/
@media screen and (max-width: 1840px){
	/*header*/
	header{height: 100px;}
	/*logo*/
	header .logo img{max-width: 400px;max-height: 50px;}
	/*导航*/
	.nav-box .nav-1st > li{margin: 0 10px;}
	.nav-box .nav-1st > li > a{font-size: 17px;line-height: 100px;}
}

/*中屏PC:<=1440px(针对1366*650)*/
@media screen and (max-width: 1440px){
	/*导航*/
	.nav-box{right: 135px;}
	.nav-box .nav-1st > li{margin: 0 8px;}
	.nav-box .nav-1st > li > a{font-size: 16px;}
	/*功能栏*/
	header .func-wrap{right: 50px;padding-left: 30px;}
	
	/*footer*/
	footer .bottom{padding: 20px 0 30px;}
	/*版权*/
	footer .cr{margin-right: 350px;}
	/*二维码*/
	footer .qrcode{top: 20px;transform: translateY(0);}
	/*友情链接*/
	footer .friend-link{left: auto;top: 20px;right: 120px;transform: translateY(0);}
	/*平台链接*/
	footer .platform-link{top: 70px;transform: translateY(0);}
	footer .platform-link img{max-width: 200px;}
}

/*小屏PC:>=1025px && <=1280px*/
@media screen and (max-width: 1280px){
	/*logo*/
	header .logo img{max-width: 350px;max-height: 40px;}
	/*头部-页面滚动样式*/
	header.fixed .logo img{max-width: 350px;max-height: 40px;}
	
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	/*logo*/
	header .logo{top: 10px;transform: translateY(0);}
	/*导航*/
	.nav-box .nav-1st > li > a{font-size: 15px;line-height: 60px;}
	/*搜索按钮*/
	header .search-btn{top: auto;bottom: 20px;transform: translateY(0);}
	/*功能栏*/
	header .func-wrap{top: auto;bottom: 20px;transform: translateY(0);}
	/*头部-页面滚动样式*/
	header.fixed .logo img{max-width: 300px;max-height: 30px;}
	header.fixed .nav-box .nav-1st > li > a{line-height: 50px;}
	header.fixed .search-btn{bottom: 15px;}
	header.fixed .func-wrap{bottom: 15px;}
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*header*/
	header{height: 60px;background-color: #fff;}
	/*logo*/
	header .logo{top: 50%;transform: translateY(-50%);}
	header .logo img{max-width: 220px;max-height: 30px;}
	/*移动端导航按钮*/
	header .menu-btn{display: block;}
	/*导航*/
	.nav-box{display: none;}
	/*搜索按钮*/
	header .search-btn{right: 30px;top: 50%;bottom: auto;transform: translateY(-50%);width: 20px;height: 20px;}
	/*功能栏*/
	header .func-wrap{right: 58px;top: 50%;bottom: auto;transform: translateY(-50%);padding-left: 0;border-left: 0;}
	header .func-wrap .item .icon{width: 20px;height: 20px;}
	header .func-wrap{font-size: 14px;}
	/*头部-页面滚动样式*/
	header.fixed{height: 60px;}
	header.fixed .logo img{max-width: 220px;max-height: 30px;}
	header.fixed .func-wrap{bottom: auto;}
	
	/*footer*/
	footer .top{padding: 10px 0;}
	footer .bottom{padding: 15px 0 20px;}
	/*底部logo*/
	footer .logo{float: none;}
	footer .logo img{max-width: 240px;max-height: 40px;margin: 0 auto;}
	/*底部导航*/
	footer .nav-1st{display: none;}
	/*版权*/
	footer .cr{margin-right: 0;font-size: 12px;text-align: center;}
	footer .cr p{margin: 0;}
	footer .cr span{display: block;padding: 0;border-left: 0;line-height: 20px;}
	/*二维码*/
	footer .qrcode{display: none;}
	/*友情链接*/
	footer .friend-link{position: static;transform: translateY(0);margin: 10px auto;}
	footer .friend-link .name{height: 30px;line-height: 28px;}
	/*平台链接*/
	footer .platform-link{position: static;display: block;text-align: center;}
}

@media screen and (max-width: 400px){
	header .logo img{height: 23px;}
}